projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85f855c
)
cmd: fitupd: Convert CONFIG_CMD_FITUPD
author
Marek Vasut
<
[email protected]
>
Sat, 10 Feb 2018 15:22:05 +0000
(16:22 +0100)
committer
Tom Rini
<
[email protected]
>
Wed, 14 Feb 2018 01:34:07 +0000
(20:34 -0500)
Convert the CONFIG_CMD_FITUPD symbol to Kconfig.
Signed-off-by: Marek Vasut <
[email protected]
>
Cc: Tom Rini <
[email protected]
>
cmd/Kconfig
patch
|
blob
|
history
diff --git
a/cmd/Kconfig
b/cmd/Kconfig
index 7368b6df5204ea77e10da982aca7f601f6348720..7c51749398325479786608457ef156a155343988 100644
(file)
--- a/
cmd/Kconfig
+++ b/
cmd/Kconfig
@@
-308,6
+308,12
@@
config CMD_SPL_WRITE_SIZE
flash used by Falcon-mode boot. See the documentation until CMD_SPL
for detail.
+config CMD_FITUPD
+ bool "fitImage update command"
+ help
+ Implements the 'fitupd' command, which allows to automatically
+ store software updates present on a TFTP server in NOR Flash
+
config CMD_THOR_DOWNLOAD
bool "thor - TIZEN 'thor' download"
help